home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / vbcolor3.zip / ABOUT.FRM next >
Text File  |  1996-04-17  |  975b  |  37 lines

  1. VERSION 4.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Me:"
  5.    ClientHeight    =   2625
  6.    ClientLeft      =   1350
  7.    ClientTop       =   1515
  8.    ClientWidth     =   4170
  9.    Height          =   3030
  10.    Icon            =   "About.frx":0000
  11.    Left            =   1290
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    Picture         =   "About.frx":0442
  16.    ScaleHeight     =   2625
  17.    ScaleWidth      =   4170
  18.    Top             =   1170
  19.    Width           =   4290
  20.    Begin VB.CommandButton cmdOk 
  21.       Caption         =   "Ok"
  22.       Height          =   255
  23.       Left            =   3000
  24.       TabIndex        =   0
  25.       Top             =   1920
  26.       Width           =   855
  27.    End
  28. End
  29. Attribute VB_Name = "frmAbout"
  30. Attribute VB_Creatable = False
  31. Attribute VB_Exposed = False
  32. Private Sub cmdOk_Click()
  33. Unload frmAbout
  34. End Sub
  35.  
  36.  
  37.